projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29306c
)
entry: Remove unused struct members
author
Timm Bäder
<mail@baedert.org>
Fri, 26 Jan 2018 14:51:33 +0000
(15:51 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 26 Jan 2018 16:29:30 +0000
(17:29 +0100)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index c91a09501b2f013859dc978650e3cd5101d832a9..04770910c54201dd4a563bda6e26ddefd8e88013 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-261,8
+261,6
@@
struct _GtkEntryPrivate
guint invisible_char_set : 1;
guint mouse_cursor_obscured : 1;
guint need_im_reset : 1;
- guint progress_pulse_mode : 1;
- guint progress_pulse_way_back : 1;
guint real_changed : 1;
guint resolved_dir : 4; /* PangoDirection */
guint select_words : 1;